Build GUI universal on Mac.
authorrobertl <robertl>
Sun, 19 Jul 2009 03:41:41 +0000 (03:41 +0000)
committerrobertl <robertl>
Sun, 19 Jul 2009 03:41:41 +0000 (03:41 +0000)
gui/app.pro

index 3c0fdd74f99a5619e19a6e3dcfdaeec87c643d46..4699eea83e9471d588c6aa9848be82adfd7b8658 100755 (executable)
@@ -1,12 +1,15 @@
-# $Id: app.pro,v 1.2 2009/07/18 06:11:17 robertl Exp $
+# $Id: app.pro,v 1.3 2009/07/19 03:41:41 robertl Exp $
 #
 
 #CONFIG += qt debug console
 CONFIG += qt release 
 
-#QT += network \
-#    xml \
-#    webkit
+# For Mac, build Universal binary.   Ignored on other OSes.
+CONFIG += x86 ppc
+
+QT += network \
+    xml \
+    webkit
 
 unix:DESTDIR = objects
 unix:MOC_DIR = objects